home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / rsynth21.zip / text.h < prev    next >
C/C++ Source or Header  |  1994-11-08  |  258b  |  9 lines

  1. /* $Id: text.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3. extern int isvowel PROTO((int chr));
  4. extern int isconsonant PROTO((int chr));
  5.  
  6. typedef void (*out_p) PROTO((void *arg,char *s));
  7. extern int NRL PROTO((char *s,unsigned n,darray_ptr phone));
  8.  
  9.